don't call gtk_orientable_set_orientation() because that calls
authorMichael Natterer <mitch@gimp.org>
Fri, 6 Mar 2009 14:06:46 +0000 (14:06 +0000)
committerMichael Natterer <mitch@src.gnome.org>
Fri, 6 Mar 2009 14:06:46 +0000 (14:06 +0000)
commit06759f36741791d60bee4c0a31491f7dd6d5e727
treef9fbd8c2eec5ddd0526c6dfb113277d912ab7e51
parent66ffab9992b5e87ce6f729dbe5ad6d8e958a9023
don't call gtk_orientable_set_orientation() because that calls

2009-03-06  Michael Natterer  <mitch@gimp.org>

* gtk/gtkscalebutton.c (gtk_scale_button_set_property): don't call
gtk_orientable_set_orientation() because that calls g_object_set()
again -> infinite recursion. Call gtk_scale_button_set_orientation()
instead.

svn path=/trunk/; revision=22478
ChangeLog
gtk/gtkscalebutton.c